Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(x,y)  → g(x,y)
2:    g(h(x),y)  → h(f(x,y))
3:    g(h(x),y)  → h(g(x,y))
There are 3 dependency pairs:
4:    F(x,y)  → G(x,y)
5:    G(h(x),y)  → F(x,y)
6:    G(h(x),y)  → G(x,y)
The approximated dependency graph contains one SCC: {4-6}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006